home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld: Complete Mac Interactive
/
Macworld Complete Mac Interactive CD)(1994).iso
/
The Best of BMUG
/
Utilities
/
Text and Speech
/
Alpha.5.76
/
Tcl
/
SystemCode
/
emacs.tcl
< prev
next >
Wrap
Text File
|
1994-03-08
|
2KB
|
69 lines
# Examples of using C-x and C-c combinations for you emacs freaks.
bind 'x' <z> prefixChar
bind 'c' <z> prefixChar
bind 'l' <X> currentPosition
bind '(' <sX> startKeyboardMacro
bind ')' <Xs> endKeyboardMacro
bind 'e' <X> executeKeyboardMacro
bind 'f' <Xz> findFile
bind 's' <Xz> save
bind 'x' <e> execute
bind 'x' <Xz> exchangePointAndMark
bind 'o' <X> nextWindow
bind 'm' <X> matchingLines
# Another control prefix.
bind 'q' <z> prefixChar
bind 't' <Q> shrinkHigh
bind 'b' <Q> shrinkLow
bind 'l' <Q> shrinkLeft
bind 'r' <Q> shrinkRight
bind 'c' <Q> chooseAWindow
bind 'h' <Q> horizontally
bind 'i' <Q> iconify
bind 'n' <Q> nextWindow
bind 'o' <Q> overlay
bind 'p' <Q> prevWindow
bind 's' <Q> swapWithNext
bind 'a' <Q> tiled
bind 'v' <Q> vertically
bind 'w' <zs> rectMarkHilite
bind '\r' carriageReturn
bind '\t' tclFileCompletion "Csh"
ascii 0x1b startEscape
ascii 0x8 backSpace
bind "' '" <z> indentLine
bind 's' <zoc> spacesToTabs
bind 't' <zoc> tabsToSpaces
bind 'a' <zo> insertAscii
bind 'a' <zos> getAscii
# bind 'l' <xo> currentPosition
bind 'f' <cz> freeMem
# bind 'd' <zx> deleteSelection
# bind 'l' <x> currentPosition
bind 'r' <e> repeatSearchBackward
bind 's' <e> repeatSearchForward
bind '\ ' <e> oneSpace
bind 'j' <e> fillRegion
bind 'p' <e> fillParagraph
bind 'b' <e> backwardWord
bind 'b' <es> backwardWordSelect
bind 'd' <e> deleteWord
bind 'f' <e> forwardWord
bind 'f' <es> forwardWordSelect
bind 'g' <e> gotoLine
bind 'h' <e> backwardDeleteWord
bind '<' <se> beginningOfBuffer
bind '>' <se> endOfBuffer
bind 't' <e> findTag
bind 'k' <e> keyCode
bind 'l' <e> downcaseWord
bind 'u' <e> upcaseWord
bind 'c' <e> capitalizeWord
bind 'e' <e> nextSentence
bind 'a' <o> prevSentence